home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / perl / Perl / ext / ODBM_File / hints / sco.pl next >
Encoding:
Text File  |  1995-06-05  |  187 b   |  5 lines

  1. # Some versions of SCO contain a broken -ldbm library that is missing
  2. # dbmclose.  Some of those might have a fixed library installed as
  3. # -ldbm.nfs.
  4. $att{LIBS} = ['-ldbm.nfs', '-ldbm'];
  5.